* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Microsoft YaHei;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}


@media screen and (max-width:1250px) {
	body {
		width: 100%;
		min-width: 1250px;
	}
}

.container {
	width: 100%;
}

.container-center {
	width: 1200px;
	margin: 0 auto;
}

/* 页头  */
.header {
	width: 100%;
}

.header-top {
	display: flex;
	/*justify-content: center;*/
	align-items: center;
	height: 107px;
	background-color: #fff;
}

.header-top .logo-img {
	display: block;
	width: 375px;
	height: 75px;
}

.header-title {
	width: 460px;
	margin: 0 50px;
}

.header-title .header-title-icon {
	display: block;
	width: 100%;
	height: 75px;
}

.header-title .title-text {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
}

.header-tel {
	display: flex;
	align-items: center;
	width: 270px;
	height: 75px;
}

.header-tel .tel-icon {
	width: 270px;
	height: 75px;
	/*margin-right: 10px;*/
}

.header-tel>div h5 {
	width: 120px;
	font-size: 16px;
	color:#2255E8;
	line-height: 20px;
}

/*页头 导航栏*/
.header-nav {
	width: 100%;
	background: #01767E;
}

.header-nav-box {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.header-nav-box .nav-item {
	position: relative;
	display: block;
	width: 150px;
	height: 60px;
	font-size: 18px;
	line-height: 60px;
	text-align: center;
}

.header-nav-box .nav-item a {
	color: #fff;
}
.nav-item-li a:hover {
	background: #cd910f;
}
 .header-nav-box .active {
	background: #cd910f;
}
 

.header-nav-box .nav-item .nav-item-pop {
	display: none;
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	z-index: 999;
}

.header-nav-box .nav-item .nav-item-pop>li {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, .4);
	line-height: 40px;
	background: #185F80;
}

.header-nav-box .nav-item.nav-item-pop>li:last-child {
	border-bottom: none;
}



/* 轮播 */
.banner {
	position: relative;
	width: 100%;
	height: 26vw;
	min-height: 400px;
}

.banner-box {
	width: 100%;
	height: 100%;
}

.banner-box .swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.banner-box .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.banner-box .swiper-slide img {
	width: 100%;
	height: 100%;
}

.banner-box .swiper-button-next {
	right: 30px;
	width: 70px;
	height: 70px;
}

.banner-box .swiper-button-prev {
	left: 30px;
	width: 70px;
	height: 70px;
}

.banner-box .swiper-button-next:after {
	content: '';
	background: url(../../images/2020/next-btn.png) no-repeat;
	width: 60px;
	height: 60px;
}

.banner-box .swiper-button-prev:after {
	content: '';
	background: url(../../images/2020/prev-btn.png) no-repeat;
	width: 60px;
	height: 60px;
}

.banner-box .swiper-pagination-bullet {
	background-color: #fff;
	opacity: 1;
}

.banner-box .swiper-pagination-bullet-active {
	background-color: #0EF9F2;
}


/* 广州专利申请 */
.patent-application {
	padding:75px 0;
	background-color: #01767e;
}

.patent-application .ch-tit {
	width: 100%;
	font-size: 35px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	line-height: 35px;
}

.patent-application .en-tit {
	width: 100%;
	font-size: 20px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	line-height: 25px;
	margin-bottom: 50px;
}

.patent-application-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: space-between;
	width: 100%;
	height: 520px;
}

.patent-application-item {
	width: 200px;
	height: 230px;
	padding: 0 50px;
	color: #fff;
}
.patent-application-item a{
	width: 200px;
	height: 230px;
	padding: 0 50px;
	color: #fff;
}
.patent-application-item img {
	display: block;
	width: 120px;
	height: 120px;
	margin: 0 auto;
}

.patent-application-item h3 {
	font-size: 18px;
	line-height: 50px;
	text-align: center;
}

.patent-application-item p {
	width: 100%;
	height: 60px;
	font-size: 13px;
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}



/* 关于我们 */
.about-us {
	position: relative;
	height: 250px;
	padding-bottom: 200px;
}

.about-us-box {
	position: relative;
	display: flex;
	justify-content: space-between;
	height: 480px;
	padding: 90px 200px 50px;
	box-sizing: border-box;
	background: url(../../images/2020/about-us-pre.png) no-repeat;
    background-size: 15% 75%;
    background-position-y: unset;
}

.about-us-box::before {
	position: absolute;
	top: 0;
	right: 85px;
	content: '';
	width: 35px;
	height: 240px;
	background-color: #01767E;
}

.about-us-box::after {
	position: absolute;
	bottom: 110px;
	right: 85px;
	content: 'Picture Rotation';
	width: 70px;
	height: 40px;
	color: #929292;
	font-weight: bold;
}

.about-us-content {
	position: relative;
	width: 400px;
	height: 100%;
}

.about-us-content::before {
	position: absolute;
	bottom: 50px;
	left: 0;
	content: '';
	width: 230px;
	height: 8px;
	background-color: #01767E;
}

.about-us-content::after {
	position: absolute;
	bottom: 70px;
	left: 0;
	content: '';
	width: 25px;
	height: 25px;
	background-color: #01767E;
}

.about-us-title {
	position: relative;
	height: 35px;
	line-height: 35px;
}

.about-us-title::before {
	position: absolute;
	left: 0px;
	top: 0;
	content: '';
	width: 8px;
	height: 35px;
	background-color: #01767E;
}

.about-us-title span:nth-child(1) {
	font-size: 30px;
	font-weight: bold;
	padding: 0 10px 0 20px;
}

.about-us-title span:nth-child(2) {
	font-size: 32px;
}

.about-us-text {
	width: 375px;
	height: 140px;
	margin-top: 35px;
	font-size: 11px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	line-height: 20px;
	text-indent: 25px;
}

/*关于我们swiper  */
.about-us-swiper {
	width: 400px;
	height: 100%;
	overflow: hidden;
}

.about-us-swiper ul {
	height: 230px;
}

.about-us-swiper ul li {
	width: 400px;
	height: 230px;
	float: left;
}

.about-us-swiper ul li img {
	display: block;
	width: 100%;
	height: 100%;
}

.about-us-pagination {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 200px;
	height: 30px;
	margin-top: 10px;
}

.about-us-pagination img {
	display: block;
	width: 20px;
	height: 30px;
	cursor: pointer;
}

.about-us-pagination>div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 140px;
}

.about-us-pagination>div span {
	display: inline-block;
	width: 15px;
	height: 16px;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	cursor: pointer;
}

.about-us-pagination>div span.active {
	border-bottom: 1px solid #34B969;
	transform: scale(1.2);
}

/* 正穗ISO9901质量认证服务标准 */
.service {
	padding: 100px 0 50px;
	background-color: #fff;
}

.service .container-center {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.service .container-center h1 {
	font-size: 35px;
	color: #003D41;
}

.service .container-center p {
	font-size: 14px;
	color: #003D41;
	margin: 15px 0 45px;
	font-weight: 600;
}

.service .container-center .service-icon {
	display: block;
	width: 600px;
}

.service-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 640px;
	height: 60px;
	font-size: 14px;
	line-height: 20px;
}

.service-box div {
	position: relative;
}

.service-box div:nth-child(-n+3)::after {
	content: '';
	position: absolute;
	top: -50px;
	right: -75px;
	height: 100px;
	border-right: 1px solid #000000;
}


/* 正穗公司专利申请的服务标准有: */
.standard {
	padding: 50px 0 100px;
	background-color: #fff;
}

.standard-box {
	margin: 0 auto;
	width: 900px;
	height: 330px;
	padding: 0 90px;
	box-sizing: border-box;
	background: url(../../images/2020/standard-bg.png) no-repeat;
	background-size: 100% 100%;
}

.standard-box h1 {
	width: 100%;
	height: 30px;
	padding: 30px 0;
	text-align: center;
	font-size: 35px;
	color: #003D41;
}

.standard-content {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 200px;
	padding-bottom: 20px;
}

.standard-item {
	width: 240px;
}

.standard-item .top {
	display: flex;
	align-items: center;
	width: 100%;
	height: 55px;
}

.standard-item .top img {
	display: block;
	height: 55px;
	margin-right: 40px;
}
.standard-item .top span {
	text-align: center;
	font-size: 14px;
	color: #000;
	font-weight:600;
	line-height: 20px;
}

.standard-item .bottom {
	width: 100%;
	margin-top: 20px;
	font-size: 13px;
	line-height: 20px;
	color: #000;
}


/* 专利申请知识  专利申请动态  专利申请疑难 */
.real-time-info {
	width: 100%;
	padding: 75px 0;
	background-color: #C5EEF1;
}

.real-time-info .info-nav-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 600px;
	height: 40px;
	margin: 0 auto;
	border-radius: 10px;
	background-color: #fff;
}

.real-time-info .info-nav-box .item {
	width: 200px;
	height: 38px;
	text-align: center;
	border-right: 1px solid #000;
	box-sizing: border-box;
	line-height: 38px;
	cursor: pointer;
}

.real-time-info .info-nav-box .item:first-child {
	border-radius: 10px 0 0 10px;
}

.real-time-info .info-nav-box .item:last-child {
	border: none;
	border-radius: 0 10px 10px 0;
}

.real-time-info .info-nav-box .on {
	background-color: #003D41;
	height: 40px;
	line-height: 40px;
	color: #fff;
}

.real-time-info .time-info-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: space-between;
	width: 100%;
	margin-top: 50px;
	padding: 0 100px;
	box-sizing: border-box;
}
.real-time-info .time-info-content a{
	color: black;
}
.real-time-info .time-info-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 250px;
	margin: 30px 0;
}

.real-time-info .time-info-box .tit {
	width: 210px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.real-time-info .time-info-box img {
	display: block;
	width: 210px;
	height: 202px;
	margin: 15px 0 10px;
}

.real-time-info .time-info-box .text {
	width: 200px;
	height: 40px;
	margin: 10px 0;
	line-height: 20px;
	font-size: 14px;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.real-time-info .time-info-box .bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 200px;
	font-size: 14px;
}


/* 广州正穗集团 实力展示 荣誉 */
.zhengsui-strength-honor {
	padding: 100px 0 45px;
	background-color: #fff;
	border-top: 30px solid #01767e;
}

.zhengsui-strength-honor .container-center {
	background: url(../../images/2020/zhengsui-strength-honor.png) no-repeat;
	background-size: 100% 100%;
}

/* 广州正穗集团 */
.company-zhengsui {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 500px;
	padding: 20px 0 70px;
}

.zhengsui-content {
	display: flex;
	justify-content: flex-start;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 500px;
	padding: 0 100px;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
}

.zhengsui-content-lt {
	width: 470px;
	height: 100%;
	background-color: #fff;
	padding: 50px 90px 60px 20px;
	box-sizing: border-box;
}

.zhengsui-content h2 {
	font-size: 40px;
}

.zhengsui-content-lt h6 {
	font-size: 20px;
	margin: 10px 0 20px;
	font-weight: 400;
	color: #cdcaca;
}

.zhengsui-content-lt ul {
	width: 100%;
	padding-left: 25px;
	box-sizing: border-box;
}

.zhengsui-content-lt p {
	margin-bottom: 7px;
	font-size: 18px;
	font-family: SourceHanSansCN;
	color: rgba(0, 0, 0, 1);
	line-height: 20px;
	font-weight: 500;
}

.zhengsui-content-lt ul li {
	position: relative;
	font-size: 16px;
	font-family: SourceHanSansCN;
	color: rgba(0, 0, 0, 1);
	line-height: 24px;
	font-weight: 500;
}

.zhengsui-content-lt ul li::before {
	position: absolute;
	top: 50%;
	left: -20px;
	height: 12px;
	width: 12px;
	content: '';
	background-color: #3E8580;
	border-radius: 50%;
	transform: translateY(-50%);
}

.zhengsui-content-gt {
	display: flex;
	justify-content: space-between;
	width: 450px;
	height: 100%;
}

.zhengsui-content-gt .subsidiary-left {
	width: 100px;
	height: 100%;
	font-size: 38px;
	padding: 120px 0 180px 20px;
	box-sizing: border-box;
	border-right: 2px solid #000;
	text-align: center;
}

.subsidiary-left span {
	display: block;
	font-size: 22px;
}

.zhengsui-content-gt .subsidiary-right {
	width: 380px;
	height: 100%;
	padding-left: 20px;
	box-sizing: border-box;
	overflow: hidden;
}

.subsidiary-right .subsidiary-item {
	width: 100%;
	max-height: 80px;
	margin-bottom: 18px;
}

.subsidiary-right .subsidiary-item h5 {
	font-size: 16px;
	font-weight: normal;
}

.subsidiary-right .subsidiary-item p {
	font-size: 12px;
	padding-left: 15px;
	line-height: 25px;
}

/* 实力展示 */
.strength {
	width: 100%;
	height: 700px;
	margin: 140px 0 110px;
}

.strength .strength-box {
	display: flex;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
}

.strength-box .strength-left {
	position: relative;
	width: 445px;
	height: 635px;
	margin-right: 80px;
}

.strength-box .strength-left p>span:nth-child(1) {
	position: absolute;
	top: 165px;
	left: 80px;
	font-size: 16px
}
.strength-box .strength-left p>span:nth-child(2) {
	position: absolute;
	top: 325px;
	left: 285px;
	font-size: 16px
}
.strength-box .strength-left p>span:nth-child(3) {
	position: absolute;
	top: 485px;
	left: 45px;
	font-size: 16px
}
.strength-box .strength-img {
	display: block;
	width: 100%;
	height: 100%;
}

.strength-box .strength-text {
	display: flex;
	flex-direction: column;
	width: 340px;
	padding: 25px 35px 0;
	box-sizing: border-box;
}

.strength-box .strength-text h2{
	font-size: 35px;
	font-weight: normal;
	color: #000;
}

.strength-box .strength-text h5 {
	margin-top: 15px;
	font-size: 22px;
	color: #cdcaca;
	font-weight: normal;
}

.strength-box .strength-text div {
	font-size: 16px;
	line-height: 36px;
	margin: 20px 0px;
	font-family:SourceHanSansCN;
	font-weight:400;
	color:rgba(53,53,53,1);
}

.strength-box .strength-text a {
	display: block;
	width: 176px;
	height: 50px;
	margin-top: 60px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background-color:#01767e;
	border-radius: 30px;
	color: #fff;
}

/* 荣誉 */
.honor {
	width: 100%;
	padding: 70px 0 45px;
}

.honor h2 {
	width: 100%;
	font-size: 35px;
	font-weight: normal;
	color: #000;
	text-align: center;
}

.honor h5 {
	width: 100%;
	margin-top: 15px;
	font-size: 22px;
	color: #cdcaca;
	text-align: center;
	font-weight: normal;
}


.honor-box {
	width: 100%;
	padding: 0 100px;
	box-sizing: border-box;
}

.honor-box .honor-top,
.honor-box .honor-bottom {
	display: block;
	width: 100%;
}

.honor-lists {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-content: center;
}

.honor-lists .honor-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 32%;
	margin-top: 30px;
}

.honor-lists .honor-item img {
	width: 80%;
}

.honor-lists .honor-item .honor-txt {
	width: 100%;
	padding: 5px 45px;
	box-sizing: border-box;
	line-height: 35px;
	text-align: center;
	font-size: 19px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
}

/* 更多荣誉查看 */
.honor-look-more {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding-bottom: 75px;
	background-color: #fff;
}

.honor-look-more a {
	margin: 0 5px;
	padding: 4px;
	font-size: 22px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	line-height: 25px;
	color: #01767e;
	border-bottom: 2px solid #01767e;
}


/* 客户及合作伙伴 */
.customers-partners {
	padding: 100px 0;
	background-color: #fff;
}

.customers-partners h1 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 32px;
	line-height: 35px;
}

.customers-partners p {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 24px;
	line-height: 50px;
	color: #9d9d9d;
}

.customers-partners-img {
	display: block;
	width: 100%;
}


/* 正穗动态 */
.dynamic {
	padding: 80px 0;
	background-color: #11777d;
	border-top: 30px solid #05575c;
}

.dynamic-title {
	width: 300px;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	color: #fff;
}

.dynamic-title span:first-child {
	font-size: 35px;
	font-weight: bold;
}

.dynamic-title p {
	margin: 20px 0 40px;
	color: #fff;
	font-size: 12px;
}

.dynamic-content {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 0 100px;
	box-sizing: border-box;
}

.dynamic-content-lt {
	width: 325px;
	height: 300px;
	color: #fff;
}

.dynamic-content-item {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 12px;
	padding-bottom: 6px;
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
	color: #fff;
}

.dynamic-content-item p {
	width: 100%;
	padding: 5px 0;
	font-size: 14px;
	font-weight: 600;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.dynamic-content-item::before {
	content: '';
	position: absolute;
	left: -15px;
	top: 12px;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 50%;
}

.dynamic-content-item>span {
	display: block;
	width: 100%;
	height: 80px;
	margin-top: 10px;
	font-size: 14px;
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.dynamic-content-mm {
	width: 250px;
	height: 300px;
}

.dynamic-content-mm img {
	display: block;
	width: 250px;
	height: 140px;
}

.dynamic-content-mm img:first-child {
	margin-bottom: 20px;
}

.dynamic-content-gt {
	width: 300px;
	height: 300px;
	color: #fff;
}

.dynamic-content-gt .contact-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 140px;
	margin-bottom: 20px;
	font-size: 14px;
}

.dynamic-content-gt .contact-box img {
	display: block;
	width: 110px;
	height: 110px;
}

.dynamic-content-gt .contact-box .contact-manner {
	width: 175px;
	margin-left: 15px;
}

.dynamic-content-gt .contact-box p {
	line-height: 20px;
}

.dynamic-content-gt .contact-box p span {
	margin-left: 70px;
}

.dynamic-content-gt .address-box {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 140px;
	padding-top: 25px;
	font-size: 14px;
	box-sizing: border-box;
}

.dynamic-content-gt .address-box .address-tit h6 {
	font-size: 14px;
	width: 90px;
	margin-bottom: 25px;
	line-height: 25px;
	font-weight: normal;
}

.dynamic-content-gt .address-box .address p {
	width: 210px;
	line-height: 25px;
}

/* 正穗专利申请问答 */
.questions-answers {
	padding: 100px 0 150px;
	background-color:#ffecee;
}

.questions-answers h1 {
	width: 360px;
	margin: 0 auto;
	font-size: 35px;
	text-align: center;
}

.questions-answers .tips {
	width: 550px;
	text-align: center;
	margin: 15px auto 70px;
	font-size: 14px;
}

.questions-answers-content {
	position: relative;
	width: 650px;
	height: 430px;
	padding: 30px 50px;
	margin: 0 auto;
	background: url(../../images/2020/questions-answers-bg1.png) no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
}

.questions-answers-content::after {
	content: '';
	position: absolute;
	bottom: -150px;
	right: -230px;
	width: 200px;
	height: 650px;
	background: url(../../images/2020/questions-answers-bg2.png) no-repeat;
	background-size: 100% 100%;
}

.questions-answers-content .item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 550px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #000000;
}

.questions-answers-content .more-questions {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 330px;
	height: 35px;
	transform: translateX(-50%);
	text-align: center;
	line-height: 35px;
	font-size: 16px;
	background-color: #05575C;
	color: #fff;
}


/* 页脚 */
.footer {
	background-color: #05575C;
	min-width: 1200px;
}

.footer-content-top {
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 140px;
	width: 1000px;
	margin: 0 auto;
}

.footer-content-top .item-box {
	display: flex;
	align-items: center;
	width: 220px;
	height: 100px;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
}

.footer-content-top .item-box img {
	display: block;
	width: 80px;
	height: 80px;
	margin-right: 15px;
}

.footer-content-mm1 {
	display: flex;
	justify-content: center;
	width: 1200px;
	margin: 0 auto 20px;
	box-sizing: border-box;
	color: #fff;
	font-size: 12px;
}

.footer-content-mm1 .footer-logo-img {
	display: block;
	width: 145px;
	height: 125px;
	margin-top: 30px;
	margin-right: 55px;
}
.footer-content-mm1 .footer-links-box {
	display: flex;
	justify-content: center;
	padding: 70px 0 0 70px;
	box-sizing: border-box;
	border-top: 1px solid #BEBEBE;
}
.footer-content-mm1 a {
	color: #fff;
}
.footer-content-mm1 .footer-links-box a {
	display: block;
	width: 140px;
	height: 25px;
	color: #fff;
	font-size: 12px;
	line-height: 25px;
}

.footer-content-mm1 .logo-code-box {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 220px;
	margin-left: 0px;
}

.footer-content-mm1 .logo-code-box img {
	display: block;
	width: 95px;
	height: 95px;
	margin: 30px 0 10px;
}

.footer-content-mm1 .logo-code-box p {
	line-height: 16px;
	font-size: 11px;
}

.logo-code-box .concat-us {
	display: flex;
	margin-bottom: 15px;
}

.footer-content-mm2 {
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	color: #fff;
	font-size: 9px;
	padding: 10px 5px 10px 6px;
	border-bottom: 1px solid #fff;
	line-height: 16px;
}

.footer-content-mm2 p {
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}

.footer-content-mm2 div {
	display: flex;
	align-items: center;
	width: 1189px;
	margin: 0 auto;
}

.footer-content-mm2 div a {
	position: relative;
	color: #fff;
	margin-right: 8px;
}

.footer-content-mm2 div a::before {
	content: '';
	position: absolute;
	left: -4px;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background-color: #fff;
}

.footer-content-bottom {
	display: flex;
	justify-content: center;
	width: 1200px;
	padding: 15px 80px;
	margin: 0 auto;
	box-sizing: border-box;
}

.footer-content-bottom p {
	width: 60px;
	font-size: 9px;
	color: #fff;
	line-height: 20px;
}

.footer-content-bottom .hot-link {
	line-height: 20px;
	width: 975px;
	color: #9a9b98;
	font-size: 9px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
 -webkit-box-orient: vertical;

}

.footer-content-bottom a {
	margin-right: 5px;
	color: #fff;
	font-size: 9px;
}
